home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / www / X_Cache.lha / X-Cache.doc < prev    next >
Text File  |  1996-10-05  |  3KB  |  113 lines

  1. X-Cache V1.0
  2.  
  3.  
  4.  
  5.  
  6.  
  7. DISCLAIMER
  8.  
  9.   It  works  on  my Amiga, but I can't assure it'll work on your, so if you
  10.   use it, you'll do it at your own risk.
  11.  
  12.  
  13.  
  14. DESCRIPTION
  15.  
  16.   This shell utility let you to look at the contents of the cache directory
  17.   used by the most famous Amiga WWW browsers, Voyager and IBrowse.
  18.   You  can  just  use  it  just  as  a  simple "dir" command, but with many
  19.   filtering  options  as size, age and name matching, and you can even view
  20.   the images, and interactively delete, move or just copy them.
  21.  
  22.   Actually  it  just works for image files.  Soon it'll have the ability to
  23.   interact even with HTML files.
  24.  
  25.  
  26.  
  27. REGISTERING
  28.  
  29.   This  program is "mailware", so if you like it and want to register, just
  30.   send me an E-MAIL at my address (see below).
  31.   You'll receive a future upgrade.
  32.  
  33.  
  34.  
  35. INSTALLATION
  36.  
  37.   Copy the file "X-Cache" anywhere in your HD.
  38.   In  "S:"  or  in  "Progdir"  directory  can  be  created a CFG file named
  39.   "X-Cache.cfg"
  40.  
  41.   A .cfg file looks like this:
  42.  
  43. *****
  44. Ibrowse
  45. amitcp:IBrowse/Cache
  46. Pictures:
  47. *****
  48.  
  49.   The first line can be "Voyager" or "IBrowse"
  50.   The second is the cache directory path, without the final "/"
  51.   Thw thirth is the path where to copy or move the selected images.
  52.  
  53. USAGE
  54.  
  55.   X-Cache <parameters>"
  56.   The parameters are the following:
  57.  
  58.   [SIZE<n] filters the files with size lesser than `n`"
  59.   [SIZE>n] filters the files with size greater than `n`"
  60.   [AGE>n] filters the files older than the given days"
  61.   [AGE<n] filters the files jounger then the given days"
  62.   [MATCH=pattern] filters the files when the filename contains the pa
  63.   [DELETE] use this to delete the selected files without prompting"
  64.   [SHOW] shows the files using Multiview"
  65.   [SELECT] uses the interactive requester"
  66.   [BROWSER=Voyager|IBrowse] Selects the Used browser"
  67.   [CACHEPATH=path] Where is located the cache directory"
  68.  
  69. Examples:
  70.  
  71.   Listing the files bigger than 30K
  72.  
  73.     X-Cache size>30000
  74.  
  75.   Showing the files older than ten days
  76.  
  77.     X-Cache show age>10
  78.  
  79.   Showing the files with the size included between 10K and 100K
  80.  
  81.     X-Cache show size>10000 size<100000
  82.  
  83.   Deleting all the files smaller then 1K
  84.  
  85.     X-Cache delete size<1000
  86.  
  87.   Deleting all the files older than a month.
  88.  
  89.     X-Cache delete age>30
  90.  
  91.   View all the files, and for each select to delete, copy or move it.
  92.  
  93.     X-Cache show select
  94.  
  95.  
  96.  
  97. AUTHOR
  98.  
  99.   My name is Andrea Doimo, I live at Lido di Venezia, ITALY
  100.  
  101.   To contact me use the following addresses:
  102.   
  103.   FIDONET:  2:333/714.8@Fidonet
  104.   AMIGANET: 39:101/8.8@Amiganet
  105.   E-MAIL    theblade@freenet.hut.fi   (preferred)
  106.  
  107.  
  108.  
  109. COPYRIGHTS
  110.  
  111. Voyager is (C) 1995-96 by Oliver Wagner, All Rights Reserved.
  112. IBrovse is (C) 1995-96 by Omnipresence Intl. All Rights Reserved.
  113.